-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the mean EnKF soil increment to the deterministic member #3295
Add the mean EnKF soil increment to the deterministic member #3295
Conversation
i) write out the ensemble mean reanalysis, and apply it to the deterministic member. ii) replace UFS_UTILS regridding of Gaussian soil analysis to model grid with an external ESMF-based program (with appropriate land masking) Requires: sorc/gsi_enkf.fd develop after Tue Nov 12. Latest works. sorc/gdas.cd/sorc/da-utils PR: NOAA-EMC/DA-utils#5 sorc/ufs_utils.fd from PR: ufs-community/UFS_UTILS#1010
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ShellCheck found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
first pass
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the changes looks good. seems like some checks are failing. I tried to recommend a couple updates that might help.
Co-authored-by: Cory Martin <cory.r.martin@noaa.gov>
Co-authored-by: Cory Martin <cory.r.martin@noaa.gov>
WCOSS2 note g-w CI does not run C96C48_hybatmaerosnowDA on WCOSS2. GFS v17 will exercise updates from this PR. GFS v17 runs on WCOSS2. This is problematic. The gdas and enkfgdas snowanl jobs currently fail on Cactus.
The reason for the failure is the same in each job
Making the following change to
allows both failed jobs to run to completion.
Reached out to NCO, GDIT, and the library team to see if they know why we need to add the line
back to |
Experiment C96C48_hybatmaerosnowDA FAILED on Hera in Build# 1 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C96C48_hybatmaerosnowDA FAILED on Hera in Build# 1 in |
CI Failed on Hera in Build# 1
|
@ClaraDraper-NOAA |
CI Tests set up to run in /lfs/h2/emc/ptmp/emc.global/PR/PR_3295/RUNTESTS on WCOSS |
@aerorahul @ClaraDraper-NOAA There are some permissions issues with some of the |
@DavidHuber-NOAA |
Description
Add mean EnKF soil increment to the deterministic member. Includes new regriding script and executable (in GDASApp) to perform masked bi-linear interpolation of the soil increments.
Resolves 2773
Type of change
Change characteristics
OUTDATED:
Exercizing the new soil analysis feature requires updating UFS_UTILS to at least commit e718003
UPDATE Feb 5:
After responding to reviews, requires updating to UFS_UTILS PR 1022
How has this been tested?
Tested on hera:
C96_atm3DVar, C96C48_hybatmaerosnowDA, and the default test ran succesfully.
Confirmed new functionality works as expected.
Confirmed that the commits do not change output from cycling the DA if the the new feature is not selected.
Checklist
NOTE: